home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / DefineSprite_213 / frame_16 / DoAction.as
Text File  |  2011-08-19  |  151b  |  7 lines

  1. if(_root.head._currentframe != 1)
  2. {
  3.    _root.head.gotoAndStop(_root.head._currentframe - 1);
  4.    _root.lives = _root.lives + 1;
  5. }
  6. gotoAndStop(1);
  7.